micro_utils.dokka
0.15.0
jvm
micro_utils.dokka
/
dev.inmo.micro_utils.coroutines.compose
/
[jvm]toMutableState
to
Mutable
State
jvm
fun
<
T
>
Flow
<
T
>
.
toMutableState
(
initial
:
T
,
scope
:
CoroutineScope
)
:
<Error class: unknown class>
<
T
>
inline
fun
<
T
>
StateFlow
<
T
>
.
toMutableState
(
scope
:
CoroutineScope
)
:
<Error class: unknown class>
<
T
>